Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2015 15:55:33 +0000 (11:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2015 15:55:33 +0000 (11:55 -0400)
gtk/gtksearchbar.c

index d098a486d7cbd3fb31310a59073dc3460f9208fc..97d48d153a695a6ae8b5be92638541e9758fb706 100644 (file)
@@ -344,11 +344,13 @@ gtk_search_bar_get_property (GObject    *object,
     }
 }
 
+static void gtk_search_bar_set_entry (GtkSearchBar *bar,
+                                      GtkEntry     *entry);
+
 static void
 gtk_search_bar_dispose (GObject *object)
 {
   GtkSearchBar *bar = GTK_SEARCH_BAR (object);
-  GtkSearchBarPrivate *priv = gtk_search_bar_get_instance_private (bar);
 
   gtk_search_bar_set_entry (bar, NULL);